home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / accounts / redwd201.arj / LOG2.PLT < prev    next >
Text File  |  1994-12-02  |  386b  |  26 lines

  1. set grid on
  2. set backcolor lightgreen
  3. set labels size 4
  4. set scale x base  2 log
  5. set scale y base 10 log
  6. set limits x .1 1e1   y .1 1e1
  7. set symbol 9O size 4
  8. .1 .1
  9. .5 .5
  10. 1  1 ;
  11. 2  2
  12. 5  5
  13. 10 10
  14. 50 50
  15. 100 100
  16. 1000 1000
  17. join
  18. plot
  19. title top 'Y = X'
  20. set title size 4
  21. title bottom 'X'
  22. title left 'Y'
  23. pause 1 seconds
  24. set backcolor lightred
  25. title .3 .3 size 3 "LOG2.PLT"
  26.